home *** CD-ROM | disk | FTP | other *** search
- object FPrintProgress: TFPrintProgress
- Left = 459
- Top = 336
- BorderIcons = []
- BorderStyle = bsSingle
- Caption = 'Printing...'
- ClientHeight = 119
- ClientWidth = 228
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = False
- Position = poDefault
- Scaled = False
- PixelsPerInch = 96
- TextHeight = 14
- object LPage: TLabel
- Left = 0
- Top = 52
- Width = 228
- Height = 14
- Align = alTop
- Alignment = taCenter
- Caption = 'Page 1'
- end
- object Label1: TLabel
- Left = 0
- Top = 10
- Width = 228
- Height = 14
- Align = alTop
- Alignment = taCenter
- Caption = 'Printing'
- end
- object LPrinterName: TLabel
- Left = 0
- Top = 38
- Width = 228
- Height = 14
- Align = alTop
- Alignment = taCenter
- Caption = '{Printer Name}'
- end
- object Label3: TLabel
- Left = 0
- Top = 24
- Width = 228
- Height = 14
- Align = alTop
- Alignment = taCenter
- Caption = 'on'
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 228
- Height = 10
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 76
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
-